home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 04 / setup.exe / MM9.Cab / F1390_global.asa.9B3B646D_CB56_4EAE_BAB7_3E7E8E41A649 < prev    next >
Text File  |  2000-08-17  |  542b  |  17 lines

  1. <SCRIPT runat="server" language="VBScript">
  2.  
  3. ' -----------------------------------------------------------------------------
  4. ' This file defines the bare minimum to use the Microsoft Commerce
  5. ' Server with the adobe sample.  Change the value of UseMSCommerceServer
  6. ' to true to use MSCS.
  7.  
  8. sub Application_OnStart
  9.     Application.Lock
  10.     Application("SiteName") = "Adobe GoLive Dynamic Link"
  11.     Application("DefaultDatabase") = "Adobe"
  12.     Application("UseMSCommerceServer") = false
  13.     Application.Unlock
  14. end sub
  15.  
  16. </SCRIPT>
  17.